POST /MetricSet/AddAllElements/{id}/

Adds all the elements to the metric set with the specified placement position.
 

Request

Method Request URI
POST /API/MetricSet/AddAllElements/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID.

Path Parameters

Path Parameter Description
id The ID of the metric set to add the elements to.

Request Body

Name: placement
Type: Dundas.BI.Entities.MetricSets.PlacementPosition

Response

Response Body

A Dundas.BI.WebApi.Models.MetricSetData object containing the updated metric set data, or a status code indicating the problem.